org.eclipse.vtp.desktop.projects.core.export
Interface ExporterObserver

All Known Implementing Classes:
ConfigureDatabasesPage, ExportWebappPage, SelectApplicationsPage

public interface ExporterObserver

An observer interface for exporters.

Author:
Lonnie Pryor

Method Summary
 void archiveChanged(Exporter exporter)
          Notifies this observer that the specified exporter's archive has changed.
 void projectSelectionChanged(Exporter exporter)
          Notifies this observer that the specified exporter's project selection has changed.
 

Method Detail

archiveChanged

void archiveChanged(Exporter exporter)
Notifies this observer that the specified exporter's archive has changed.

Parameters:
exporter - The exporter that was updated.

projectSelectionChanged

void projectSelectionChanged(Exporter exporter)
Notifies this observer that the specified exporter's project selection has changed.

Parameters:
exporter - The exporter that was updated.